net.file.readLine (method)
17 uses
net (current package)
dnsconfig_unix.go#L40: for line, ok := file.readLine(); ok; line, ok = file.readLine() {
hosts.go#L77: for line, ok := file.readLine(); ok; line, ok = file.readLine() {
interface_linux.go#L223: fd.readLine() // skip first line
interface_linux.go#L225: for l, ok := fd.readLine(); ok; l, ok = fd.readLine() {
interface_linux.go#L258: for l, ok := fd.readLine(); ok; l, ok = fd.readLine() {
lookup_unix.go#L27: for line, ok := file.readLine(); ok; line, ok = file.readLine() {
nss.go#L167: for line, ok := f.readLine(); ok; line, ok = f.readLine() {
parse.go#L49: func (f *file) readLine() (s string, ok bool) {
port_unix.go#L25: for line, ok := file.readLine(); ok; line, ok = file.readLine() {
sock_linux.go#L40: l, ok := fd.readLine()
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |